'Declaration
Public Function GetActionPageDestination( _ ByVal ActionID As Integer, _ ByRef DestinationType As PdfDestinationType, _ ByRef Page As Integer, _ ByRef Left As Single, _ ByRef Bottom As Single, _ ByRef Right As Single, _ ByRef Top As Single, _ ByRef Zoom As Single _ ) As GdPictureStatus
public GdPictureStatus GetActionPageDestination( int ActionID, ref PdfDestinationType DestinationType, ref int Page, ref float Left, ref float Bottom, ref float Right, ref float Top, ref float Zoom )
public function GetActionPageDestination( ActionID: Integer; var DestinationType: PdfDestinationType; var Page: Integer; var Left: Single; var Bottom: Single; var Right: Single; var Top: Single; var Zoom: Single ): GdPictureStatus;
public function GetActionPageDestination( ActionID : int, DestinationType : PdfDestinationType, Page : int, Left : float, Bottom : float, Right : float, Top : float, Zoom : float ) : GdPictureStatus;
public: GdPictureStatus GetActionPageDestination( int ActionID, ref PdfDestinationType DestinationType, ref int Page, ref float Left, ref float Bottom, ref float Right, ref float Top, ref float Zoom )
public: GdPictureStatus GetActionPageDestination( int ActionID, PdfDestinationType% DestinationType, int% Page, float% Left, float% Bottom, float% Right, float% Top, float% Zoom )
Parameters
- ActionID
- DestinationType
- Page
- Left
- Bottom
- Right
- Top
- Zoom